@charset "utf-8"; .faq{position: relative; z-index: 2; background: #fff; min-height: 500px;} .faq .list{margin-top: 30px; padding-bottom: 50px;} .faq .list .item{border-bottom: 1px solid #d2d2d2; padding-top: 30px;} .faq .list .ask{font-size: 1.8rem; display: flex; color: #000;} .faq .list .title{font-size: 1.8rem; margin-right: 10px; color: #000; width: 18px; flex: none;} .faq .list .answer{display: flex; margin-top: 20px;} .faq .list .answer .title{padding-top: 5px;} .faq .list .answer .con{font-size: 1.4rem; color: #707070;} .faq .list .answer .con p{line-height: 2; margin-bottom: 20px;} @media (max-width:1199px){ }